home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / blrmu13.zip / PM.DOC < prev    next >
Text File  |  1991-07-19  |  771b  |  30 lines

  1. ;*----------------------
  2. ;*   PM.DOC
  3. ;*----------------------
  4. ;*   PM  = Put Message
  5. ;*----------------------
  6.  
  7.          Put Message :
  8.  
  9.          sets the cursor to a specified row and column,
  10.          and displays the specified message.
  11.          ( for batch file use )
  12.  
  13.          syntax : pm r=rr,c=cc,m=amamamamamamamamamamamamamamamamamam
  14.  
  15.          where rr = row ( 01-25 decimal )
  16.          where cc = column ( 01-80 decimal )
  17.          where am = ascii message
  18.  
  19.          if no parms,
  20.          default to current row and col,
  21.          msg = '........................................'
  22.  
  23.          if error im parms,
  24.          default to current row and col,
  25.          msg = '******   Parameter Syntax Error   ******'
  26.  
  27.  
  28.    Bud Rasmussen
  29.    07/19/91
  30.